GetAttributesRequest

data class GetAttributesRequest(nodeId: NodeId)

Represents request frame that can be used with DOM#getAttributes operation call.

Returns attributes for the specified node.

See also

Constructors

GetAttributesRequest
Link copied to clipboard
fun GetAttributesRequest(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the node to retrieve attibutes for.

Sources

jvm source
Link copied to clipboard